Skip to content

Feat/nfl trade logic bootstrap - #28

Merged
CalebRose merged 3 commits into
masterfrom
feat/NFL-Trade-Logic-bootstrap
Oct 26, 2025
Merged

Feat/nfl trade logic bootstrap#28
CalebRose merged 3 commits into
masterfrom
feat/NFL-Trade-Logic-bootstrap

Conversation

@CalebRose

Copy link
Copy Markdown
Owner
  • Adding logic for NFL trades on interface 2.0
  • Fixing minor issues

@CalebRose CalebRose self-assigned this Oct 19, 2025
Comment thread ts/footballModels.ts
SeasonID: number;
WeekID: number;
Week: number;
Rank1: string;

@jedibob5 jedibob5 Oct 20, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like we could potentially make this a lot more compact with something like Rankings: map<number, PollRanking>; where the int key is the team's poll position for the given week (1-25), and pollRanking is a struct declared like:

class PollRanking {
TeamID: number;
Votes: number;
FirstPlaceVotes: number;
}

Not sure how complicated it would be to make that change at this stage, so I'm willing to let it stay as-is if preferred.

@CalebRose
CalebRose merged commit 7930401 into master Oct 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants